home *** CD-ROM | disk | FTP | other *** search
- PRODUCT : TURBO LIGHTNING
- VERSION : 1.00A
- OS : PC DOS
-
- TITLE : EXCLUDING LINES FROM BEING CHECKED
-
-
-
- **NOTE: The application of the following patch requires the
- ability to add and subtract hexidecimal numbers.
-
- This patch to Turbo Lightning enables users to selectively
- exclude lines of the screen from being checked during a full
- screen check. The change is global. Once made, it affects all
- environments. This patch changes the screen location and
- character count where the full screen check starts and the number
- of characters after that starting point to be checked.
-
- This patch tells Turbo Lightning to start at address A0(hex),
- which is the screen address for the second line of the screen.
- This will cause Turbo Lightning to skip the first line of the
- screen which starts at address 0(zero). For each line at the top
- of the screen you wish to omit from the full screen check, add
- A0(hex) to the address moved into SI. For each line of text you
- omit (top or bottom) subtract 50(hex) from the number moved into
- CX. The original value moved into CX was 7D0(hex).
-
- Use the DOS utility, DEBUG, to apply the following patch to a
- copy of your original LIGHT.COM file. Copy DEBUG.COM into the
- directory (or onto the diskette) where your working copy of
- LIGHT.COM is located. At the DOS prompt, type the following
- information exactly as it appears. (Conclude each line by
- pressing <Enter>.)
-
- Note: 1. DEBUG is not sensitive to upper and lower case. All
- addresses are listed in upper case for ease of
- readability.
-
- 2. While in DEBUG, the prompt appears as a dash (-).
-
- 3. If you do not receive the appropriate response,
- press "q" followed by <Enter>, to quit. Check your
- version numbers and, if correct,try again.
-
- TYPE: THIS APPEARS:
-
- debug LIGHT.COM<Enter> -
-
- a5E45<Enter> xxxx:5E45
-
- mov SI,A0<Enter> xxxx:5E48
-
- mov CX,730<Enter> xxxx:5E4B
-
- <Enter> -
-
- w<Enter> Writing xxxx bytes
-
- q<Enter> DOS prompt
-
- PRODUCT : TURBO LIGHTNING
- VERSION : 1.00B
- OS : PC DOS
-
- TITLE : EXCLUDING LINES FROM BEING CHECKED
-
-
- **NOTE: The application of the following patch requires the
- ability to add and subtract hexidecimal numbers.
-
- This patch to Turbo Lightning enables users to selectively
- exclude lines of the screen from being checked during a full
- screen check. The change is global. Once made, it affects all
- environments. This patch changes the screen location and
- character count where the full screen check starts and the number
- of characters after that starting point to be checked.
-
- This patch tells Turbo Lightning to start at address A0(hex),
- which is the screen address for the second line of the screen.
- This will cause Turbo Lightning to skip the first line of the
- screen which starts at address 0(zero). For each line at the top
- of the screen you wish to omit from the full screen check, add
- A0(hex) to the address moved into SI. For each line of text you
- omit (top or bottom) subtract 50(hex) from the number moved into
- CX. The original value moved into CX was 7D0(hex).
-
-
-
- TYPE: THIS APPEARS:
-
- debug LIGHT.COM<Enter> -
-
- a5E95<Enter> xxxx:5E95
-
- mov SI,A0<Enter> xxxx:5E98
-
- mov CX,730<Enter> xxxx:5E9B
-
- <Enter> -
-
- w<Enter> Writing xxxx bytes
-
- q<Enter> DOS prompt
-
-
-
- PRODUCT : TURBO LIGHTNING
- VERSION : 1.01A
- OS : PC-DOS
-
- TITLE : EXCLUDING LINES FROM BEING CHECKED
-
-
- **NOTE: The application of the following patch requires the
- ability to add and subtract hexidecimal numbers.
-
- This patch to Turbo Lightning enables users to selectively
- exclude lines of the screen from being checked during a full
- screen check. The change is global. Once made, it affects all
- environments. This patch changes the screen location and
- character count where the full screen check starts and, the
- number of characters after that starting point to be checked.
-
- This patch tells Turbo Lightning to start at address A0(hex),
- which is the screen address for the second line of the screen.
- This will cause Turbo Lightning to skip the first line of the
- screen which starts at address 0(zero). For each line at the top
- of the screen you wish to omit from the full screen check add,
- A0(hex) to the address moved into SI. For each line of text you
- omit (top or bottom), subtract 50(hex) from the number moved into
- CX. The original value moved into CX was 7D0(hex).
-
-
- TYPE: THIS APPEARS:
-
- debug LIGHT.COM<Enter> -
-
- a5F7F<Enter> xxxx:5F7F
-
- mov SI,A0<Enter> xxxx:5F82
-
- mov CX,730<Enter> xxxx:5F85
-
- <Enter> -
-
- w<Enter> Writing xxxx bytes
-
- q<Enter> DOS prompt
-
-
-